home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
PROGRAMM
/
CC_C
/
1541.ZIP
/
YACCUNX.ARC
/
YAOPUT.4C
< prev
next >
Wrap
Text File
|
1983-12-25
|
288b
|
15 lines
#include "y4.h"
aoutput()
{
/* this version is for C */
/* write out the optimized parser */
fprintf( ftable, "# define YYLAST %d\n", maxa-a+1 );
arout( "yyact", a, (maxa-a)+1 );
arout( "yypact", pa, nstate );
arout( "yypgo", pgo, nnonter+1 );
}